Pascal-Linda - определение. Что такое Pascal-Linda
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Pascal-Linda - определение

PROGRAMMING LANGUAGE
Pascal (language); Pascal language; Pascal Programming Language; Pascal programming language; PASCAL (Programming language); ISO 7185; ISO 10206; Pascal-P; .pas; VSI Pascal; .p; Pascal-XSC; Pascal-SC; X3J9; BS 6192; Pascal-S; Criticism of Pascal; PASCAL-SC; PASCAL-XSC; Pascal for Scientific Computation; Pascal-F; Pascal-p2; Data types in Pascal; Pascal-P system; Pascal-P System; Pascal-P1; Pascal-P2; Pascal-P3; Pascal-P4; Pascal-P5; Pascal 86; HP Pascal; ISO/IEC 10206; Pascal (command); Control structures in Pascal
Найдено результатов: 658
Pascal-Linda      
Ian Flockhart, U Edinburgh, 1991. Under development.
Pascal-SC         
ESPRIT DIAMOND Project. An extension of Pascal for numerical analysis, with controlled rounding, overloading, dynamic arrays and modules. "PASCAL-SC, A Computer Language for Scientific Computation", G. Bohlender et al, Academic Press 1987.
VSI Pascal         
VSI Pascal for OpenVMS (formerly HP Pascal for OpenVMS, Compaq Pascal, DEC Pascal, VAX Pascal and originally VAX-11 Pascal) is a Pascal compiler that runs on OpenVMS for VAX, AlphaServer, Integrity servers and x86-64 systems. It was also supported under Tru64.
Pascal-F         
Pascal extended to include fixed-point arithmetic. E. Nelson, "Pascal-F: Programming Language for Real-Time Automotive Control", IEEE ElectroTechnol. Rev. (USA), 2:39, 1968.
Pascal-P         
<language> The variant of Pascal used by the UCSD p-system environment. Pascal-P has extended string and array operations, random-access files and {separate compilation}. It uses P-code intermediate code and is available from Pecan. (1994-11-02)
Pascal-S         
Simplified Pascal. June, 1975. A strict subset of Pascal, omits scalar types, subranges, sets, files, pointers, packed structures, 'with' and 'goto. Source for a complete Pascal-S compiler is in "Pascal-S: A Subset and Its Implementation", N. Wirth in Pascal - The Language and Its Implementation, by D.W. Barron, Wiley 1979. pascal-s">ftp://csseq.cs.tamu.edu/mcguire/pascal-s.
Pascal Lefèvre         
JAVELIN THROWER FROM FRANCE
Pascal Lefevre; Pascal Lefévre
Pascal Lefèvre (born 25 January 1965 in Saint-Quentin) is a retired javelin thrower from France, who competed at the 1988 Summer Olympics in Seoul, South Korea, but did not reach the final. He set his personal best (82.
French cruiser Pascal         
  • Plan and profile drawing of the ''Descartes'' class
PROTECTED CRUISER OF THE FRENCH NAVY
Pascal (ship)
Pascal was a protected cruiser of the French Navy built in the 1890s, the second and final member of the . The Descartes-class cruisers were ordered as part of a construction program directed at strengthening the fleet's cruiser force.
Pascal Yoadimnadji         
PRIME MINISTER (1950-2007)
Pascal Yoadimadji; Yoadimnadji
Pascal Yoadimnadji (January 11, 1950 – February 23, 2007) was a Chadian politician. He was Prime Minister of Chad from February 2005 to his death in February 2007.
Pascal Mahé         
FRENCH HANDBALL PLAYER
Pascal Mahe
Pascal Mahé (born 15 December 1963, in Caen) is a French handball player. He competed in the 1992 Summer Olympics and in the 1996 Summer Olympics.

Википедия

Pascal (programming language)

Pascal is an imperative and procedural programming language, designed by Niklaus Wirth as a small, efficient language intended to encourage good programming practices using structured programming and data structuring. It is named in honour of the French mathematician, philosopher and physicist Blaise Pascal.

Pascal was developed on the pattern of the ALGOL 60 language. Wirth was involved in the process to improve the language as part of the ALGOL X efforts and proposed a version named ALGOL W. This was not accepted, and the ALGOL X process bogged down. In 1968, Wirth decided to abandon the ALGOL X process and further improve ALGOL W, releasing this as Pascal in 1970.

On top of ALGOL's scalars and arrays, Pascal enables defining complex datatypes and building dynamic and recursive data structures such as lists, trees and graphs. Pascal has strong typing on all objects, which means that one type of data cannot be converted to or interpreted as another without explicit conversions. Unlike C (and most languages in the C-family), Pascal allows nested procedure definitions to any level of depth, and also allows most kinds of definitions and declarations inside subroutines (procedures and functions). A program is thus syntactically similar to a single procedure or function. This is similar to the block structure of ALGOL 60, but restricted from arbitrary block statements to just procedures and functions.

Pascal became very successful in the 1970s, notably on the burgeoning minicomputer market. Compilers were also available for many microcomputers as the field emerged in the late 1970s. It was widely used as a teaching language in university-level programming courses in the 1980s, and also used in production settings for writing commercial software during the same period. It was displaced by the C programming language during the late 1980s and early 1990s as UNIX-based systems became popular, and especially with the release of C++.

A derivative named Object Pascal designed for object-oriented programming was developed in 1985. This was used by Apple Computer (for the Lisa and Macintosh machines) and Borland in the late 1980s and later developed into Delphi on the Microsoft Windows platform. Extensions to the Pascal concepts led to the languages Modula-2 and Oberon.